pp108 : Control Bar

Control Bar

It denotes the control bar attached to the control. It is a part of the element bar options and contains the Add, Delete, and Refresh buttons.

Syntax

DesignTime

This is a design-time property which can be set through the property sheet of the control under the element bar options.

Remarks

During runtime, the buttons of the control bar can be accessed through the navigator property of the control.

Example

var oNavigatorObj = ControlID.navigator;
var oDeleteBtn = oNavigatorObj.deleteButton;

Applies to

Groupbox, Table, Tab Group

Related reference

Navigator
Pagination Bar
deleteButton
findButton
firstButton
insertButton
lastButton
previousButton
refreshButton
showAllButton
onafterfind
onafterfirst
onbeforefind
onbeforefirst
onbeforelast
onbeforenext
onbeforeprevious
onbeforeshowall
xforms-onfind
xforms-insert